


body{
    background-image: url("../images/grandmaster/bg.jpg");
    background-repeat: repeat;
    background-size: 100%;
}
.center{
  margin-left: 1%;
}

h3{
font-family: Fantasy;
display: inline;
width: 16.1%;
margin-left: 33%;
margin-top: 0%;
color: #313131;
font-size: 70px;
font-weight: bold;
position: absolute;
-webkit-animation: colorchange 20s infinite alternate;
}
@-webkit-keyframes colorchange {
0% {
  color: green;
}
10% {
  color: #8e44ad;
}
20% {
  color:yellow;
}
30% {
  color: orangered;
}
40% {
  color: red;
}
50% {
  color: #8e44ad;
}
60% {
  color: yellow;
}
70% {
  color: #8e44ad;
}
80% {
  color: red;
}
90% {
  color: #8e44ad;
}
100% {
  color: blue;
}
}  
.pok{
    margin-left: 65px;
    margin-top: 10px;
    position:relative;
    font-size: 140%;
    padding: 15px;
    font-style: italic;
    background: #503f3f71;
    color:gold;
    width: 90%; 
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    float: left;
  }
  .column {
    flex: 70%;
    padding: 0 10px;
  }
  .column img {
    margin-top: 30px;
    margin-left: 25px;
    
    border-radius: 20px;
  }
  .homepage{
    color: rgb(255, 255, 255);
    font-size: 200%;
    
    width: 40%;
    margin-left: 29%;
  }
  .homepage:hover{
      color: red;
  }